Sub PrintInvoice_Click()
    ' Print the invoice using MS Word
    Call PrintInvoiceWithWord(Me)
End Sub